/* NAVBAR */

.navbar-inverse {
    margin-bottom: 0px;
    min-height: 0 !important;
    border-radius: 0 !important;
}

.navbar-right {
    margin-right: 5px;
}

.navbar-inverse .navbar-inner {
    border-radius: 0px;
    border-bottom: 1px solid #191e23;
    background: #2c3742; /* Old browsers */
    background: -moz-linear-gradient(top, #2c3742 0%, #28303a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2c3742 0%,#28303a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c3742 0%,#28303a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c3742 0%,#28303a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2c3742 0%,#28303a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 ); /* IE6-9 */
}

.navbar-inverse {
    *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-inner:after {
    clear: both;
}

.navbar-inverse .btn-navbar {
    float: left;
    margin-top: 10px;
}

.navbar-inverse .brand {
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: lighter;
    height: 40px;
    padding: 12px 20px 12px;
}

    .navbar-inverse .brand strong {
        font-weight: normal;
    }

.navbar-inverse .nav > li > a {
    border-left: 1px solid #101417;
    color: rgb(214, 214, 214);
    outline: 0px;
    transition: background .1s linear;
    -moz-transition: background .1s linear; /* Firefox 4 */
    -webkit-transition: background .1s linear; /* Safari and Chrome */
    -o-transition: background .1s linear; /* Opera */
}

    .navbar-inverse .nav > li > a:hover {
        background: rgba(25, 31, 36,0.6);
    }
/* TODO: deprecated mobile-menu, ya no se usa, remover despues de migrar todos los htmls al nuevo diseno */
.navbar-inverse .mobile-menu .nav > li > a {
    color: #fff;
    border-left: 0px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background: rgb(60, 91, 121) !important;
    color: #fff;
}

/* TABLES*/

.table thead {
    border-top: 1px solid #dee3ea;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5fafc;
}

.table th.sortable {
    cursor: pointer;
}

    .table th.sortable:hover {
        text-decoration: underline;
    }

.table thead th {
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: top;
}

.table td {
    /*color: #526273;*/
    border-top-color: #edf2f7;
    vertical-align: middle;
}

    .table th.align-right,
    .table td.align-right {
        text-align: right;
        padding-right: 10px !important;
    }

table tr.first td {
    border-top: 0 none;
}

table th span.line {
    position: absolute;
    top: 0;
    left: -8px;
    border-left: 1px solid #dee3ea;
    height: 10px;
}

.fa, .glyphicon {
    margin-right: 3px;
}

.form-control.f-ib {
    width: auto;
}

.dl-horizontal.dtw80 {
    margin-bottom: 0;
}

    .dl-horizontal.dtw80 dt {
        width: 80px;
    }

    .dl-horizontal.dtw80 dd {
        margin-left: 100px;
    }

.progress-xs {
    height: 1em;
}

    .progress-xs .progress-bar {
        line-height: 1em;
    }

.pager li > a, .pager li > span {
    border-radius: 0;
}
